home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / vbcc / machines / amiga68k / libsrc / time / __gmtoffset.c next >
Encoding:
Text File  |  1995-07-16  |  105 b   |  6 lines

  1. /* Greenwich mean time offset and daylight savings time flag 
  2.  */
  3.  
  4. long __gmtoffset=0;
  5. int  __dstflag=0;
  6.